object Form12: TForm12 Left = 161 Top = 108 BorderIcons = [] BorderStyle = bsSingle Caption = 'Register and Personalise MidWavi' ClientHeight = 213 ClientWidth = 457 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 105 Height = 25 Alignment = taRightJustify AutoSize = False Caption = 'Enter Name:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label2: TLabel Left = 8 Top = 72 Width = 105 Height = 20 Alignment = taRightJustify AutoSize = False Caption = 'Reg Key 1:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label3: TLabel Left = 8 Top = 128 Width = 105 Height = 25 Alignment = taRightJustify AutoSize = False Caption = 'Reg Key 2:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object Image1: TImage Left = 40 Top = 168 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Edit1: TEdit Left = 120 Top = 16 Width = 329 Height = 21 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object Edit2: TEdit Left = 120 Top = 72 Width = 329 Height = 21 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object Edit3: TEdit Left = 120 Top = 128 Width = 329 Height = 21 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object Button1: TButton Left = 120 Top = 178 Width = 121 Height = 25 Caption = '&Register' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 328 Top = 178 Width = 121 Height = 25 Caption = 'E&xit' TabOrder = 4 OnClick = Button2Click end end